The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "file::which"

File::Which - Perl implementation of the which utility as an API River stage four • 416 direct dependents • 3696 total dependents

File::Which finds the full or relative paths to executable programs on the system. This is normally the function of "which" utility. "which" is typically implemented as either a program or a built in shell command. On some platforms, such as Microsof...

PLICEASE/File-Which-1.27 - 07 May 2021 10:55:36 UTC - Search in distribution

File::Which::Cached - faster subsequent which lookups River stage one • 2 direct dependents • 3 total dependents

This is a wrapper around File::Which that caches results to a package symbol. If you have a sub or method that makes multiple calls to which, and maybe the same executable lookup, you may want to do this. File::Which does not cache results in the pac...

LEOCHARRE/File-Which-Cached-1.03 - 22 Apr 2009 14:22:56 UTC - Search in distribution

File::Which::Patch::Hide - Hide some programs from File::Which River stage one • 1 direct dependent • 1 total dependent

This module can be used to simulate the absence of certain programs. This module works by patching (wrapping) File::Which's "which()" routine to remove the result if the programs that want to be hidden are listed in the result. So only programs that ...

PERLANCAR/File-Which-Patch-Hide-0.003 - 01 Jul 2016 03:57:50 UTC - Search in distribution

Bencher::Scenario::File::Which::Cached - Benchmark File::Which::Cached River stage one • 1 direct dependent • 1 total dependent

Packaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a central repository, among others . See Bencher and bencher (CLI) for more details....

PERLANCAR/Bencher-Scenario-File-Which-Cached-0.002 - 15 May 2022 00:06:08 UTC - Search in distribution

Bencher::Scenario::FileWhichCached - Benchmark File::Which::Cached River stage one • 1 direct dependent • 1 total dependent

Packaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a central repository, among others . See Bencher and bencher (CLI) for more details....

PERLANCAR/Bencher-Scenario-FileWhichCached-0.001 - 09 Jun 2019 00:38:25 UTC - Search in distribution

IOD - IOD (INI On Drugs) file format specification River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/IOD-0.9.12 - 17 Aug 2017 09:42:18 UTC - Search in distribution

Fatal - Replace functions with equivalents which succeed or die River stage four • 462 direct dependents • 2165 total dependents

"Fatal" provides a way to conveniently replace functions which normally return a false value when they fail with equivalents which raise exceptions if they are not successful. This lets you use these functions without having to test their return valu...

TODDR/autodie-2.37 - 28 Dec 2023 19:13:52 UTC - Search in distribution

ls - list file/directory information River stage one • 1 direct dependent • 1 total dependent

This programs lists information about files and directories. If it is invoked without file/directory name arguments, it lists the contents of the current directory. Otherwise, ls lists information about the files and information about the contents of...

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC - Search in distribution

ls - list file/directory information River stage one • 1 direct dependent • 1 total dependent

This program lists information about files and directories. If it is invoked without file/directory name arguments, it lists the contents of the current directory. Otherwise, ls lists information about the files and information about the contents of ...

BRIANDFOY/PerlPowerTools-1.045 - 30 Apr 2024 22:22:50 UTC - Search in distribution

po - GNU PO file manager River stage zero No dependents

This program takes optional parameters and process GNU PO files. GNU PO files are localisation or l10n files. They can be used as binary after been compiled, or they can be converted to json using this utility which then can read the json data instea...

JDEGUEST/Text-PO-v0.7.0 - 10 Dec 2023 08:44:41 UTC - Search in distribution

Dackup - Flexible file backup River stage zero No dependents

This module is an attempt at a flexible file backup. It supports copying to and from filesystems, remote hosts via SSH, Amazon's Simple Storage Service and Mosso's CloudFiles. At all stages, it checks the MD5 hash of the source and destination files....

LBROCARD/Dackup-0.44 - 11 Jan 2010 06:37:10 UTC - Search in distribution

csl - C Header file transformation River stage zero No dependents

JDDPAUSE/MarpaX-Languages-C-AST-0.48 - 02 Feb 2018 19:45:41 UTC - Search in distribution
  • c2ast - C source analysis
  • cscan - C source scan (C::Scan alternative)

V - Print version of the specified module(s). River stage two • 7 direct dependents • 10 total dependents

This module uses stolen code from Module::Info to find the location and version of the specified module(s). It prints them and exit()s. It defines "import()" and is based on an idea from Michael Schwern on the perl5-porters list. See the discussion: ...

ABELTJE/V-0.19 - 08 Jan 2024 15:30:19 UTC - Search in distribution

bpomfa - Short alias for bpom-list-*f*ood-*a*dditives River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-BPOMUtils-Table-FoodAdditive-0.020 - 27 Apr 2024 00:06:27 UTC - Search in distribution

p - command-line read-write access to http://p.hashbang.ca River stage zero No dependents

p is a simple command line program to write to (and read from) the pastebin <http://p.hashbang.ca>, which runs WWW::Hashbang::Pastebin. Writing Provide input on stdin to "p" to paste it to the pastebin. Provide the --lang option to specify syntax hig...

DOHERTY/WWW-Hashbang-Pastebin-Client-0.003 - 30 May 2012 02:03:14 UTC - Search in distribution

B - The Perl Compiler Backend River stage five • 11292 direct dependents • 32664 total dependents

The "B" module supplies classes which allow a Perl program to delve into its own innards. It is the module used to implement the "backends" of the Perl compiler. Usage of the compiler does not require knowledge of this module: see the O module for th...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

P - Safer, friendlier printf/print/sprintf + say River stage zero No dependents

"P" is a combined print, printf, sprintf & say in 1 routine. It saves tremendously on development time. It's not just a 1 character 'verb', but has other time-saving and powerful features. It has the convenience of "say" in adding a newline when need...

LAWALSH/P-1.1.41 - 31 Oct 2019 06:30:48 UTC - Search in distribution

hr - Print horizontal bar on the terminal River stage one • 2 direct dependents • 2 total dependents

hr can be useful as a marker/separator, especially if you use other commands that might produce a lot of output, and you need to scroll back lots of pages to see previous output. Example: % hr; command-that-produces-lots-of-output ===================...

PERLANCAR/App-hr-0.268 - 19 Nov 2022 00:05:44 UTC - Search in distribution

ylib - Add paths to @INC from a config file River stage zero No dependents

The "ylib" module adds paths to @INC from a configuration file named ".mylib" in which each line represents a library path. The ".mylib" file can be either in the current directory and/or in the user's home directory. It is equivalent to calling 'use...

DAGOLDEN/ylib-0.003 - 04 Feb 2014 20:18:16 UTC - Search in distribution

At - The AT Protocol for Social Networking River stage zero No dependents

Bluesky is backed by the AT Protocol, a "social networking technology created to power the next generation of social applications." At.pm uses perl's new class system which requires perl 5.38.x or better and, like the protocol itself, is still under ...

SANKO/At-0.18 - 19 Feb 2024 21:51:25 UTC - Search in distribution
11,435 results (0.237 seconds)